Weekend Links – Windows & PHP, Vista-Style CSS Toolbar, Facebook Applications, CSS/DOM File Inputs, Browser History

By  on  

In between two Brewer games we get weekend links!

Perverting Windows With PHP

Awesome article detailing how you can write Windows executables using PHP. I see this as a great idea. If you can use a web language to do functions on the desktop, do it!
http://elizabethmariesmith.com/2007/09/08/perverting-windows-with-php/

How To Create A Vista-Style Toolbar With CSS

I don't know someone would want to do this, but it is an impressive article.
http://blog.itookia.com/post/How-to-create-VISTA-style-toolbar-with-CSS.aspx

Facebook - Fruit Flies For Applications

An article covering the various advantages to deploying a web application to Facebook. "It provides an environment where a developer can quickly implement a new application and launch it to 30 millips prospective users."
http://1vc.typepad.com/soaring_on_ridgelift/2007/09/facebook-fruit-.html

Styling File Inputs With CSS And The DOM

File inputs are as ugly as they come. You get almost no control of the input naturally, so using JavaScript and CSS is the best way to gain back the control.
http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom

How To Build A Cross-Browser History Management System

A project like this is an absolute beast when taking into account cross-browser needs. Provides a great chart for the browsers and the functionality provided.
http://weblogs.asp.net/bleroy/archive/2007/09/07/how-to-build-a-cross-browser-history-management-system.aspx

Recent Features

Incredible Demos

  • By
    CSS Fixed Position Background Image

    Backgrounds have become an integral part of creating a web 2.0-esque website since gradients have become all the rage. If you think gradient backgrounds are too cliche, maybe a fixed position background would work for you? It does provide a neat inherent effect by...

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!